func strconv.mulByLog2Log10
4 uses
strconv (current package)
ftoaryu.go#L44: q := -mulByLog2Log10(e2+24) + prec - 1
ftoaryu.go#L114: q := -mulByLog2Log10(e2+54) + prec - 1
ftoaryu.go#L245: q := mulByLog2Log10(-e2) + 1
ftoaryu.go#L334: func mulByLog2Log10(x int) int {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |